var runtime.persistentChunks

4 uses

	runtime (current package)
		malloc.go#L1548: var persistentChunks *notInHeap
		malloc.go#L1614: 			chunks := uintptr(unsafe.Pointer(persistentChunks))
		malloc.go#L1616: 			if atomic.Casuintptr((*uintptr)(unsafe.Pointer(&persistentChunks)), chunks, uintptr(unsafe.Pointer(persistent.base))) {
		malloc.go#L1642: 	chunk := atomic.Loaduintptr((*uintptr)(unsafe.Pointer(&persistentChunks)))